home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #3 / Amiga Plus CD - 1997 - No. 03.iso / pd / programmierung / alienbreed3d2_src / cheesesauce / test.s < prev    next >
Text File  |  1997-01-31  |  245b  |  18 lines

  1.  
  2.     incdir include:
  3.     include exec/execbase.i
  4.  
  5.  
  6. DataCacheOff
  7.     move.l    4.w,a6
  8.     moveq    #0,d0
  9.     move.l    #%0000000100000000,d1
  10.     jsr    _LVOCacheControl(a6)
  11.     rts
  12.  
  13. DataCacheOn
  14.     move.l    4.w,a6
  15.     moveq    #-1,d0
  16.     move.l    #%0000000100000000,d1
  17.     jsr    _LVOCacheControl(a6)
  18.